Flexible hose with elbow D13 90° 718 FF30, 3/4 x 1/2

The photographs are for illustrative purposes only.
Get AI analytics on product Flexible hose with elbow D13 90° 718 FF30, 3/4 x 1/2:
8.93€/box
Ex Tax: 7.20€/box
MAGMA
0 reviews
In stock
Product Code: 000-4394725MASP
EAN Code: 4750667107234
Qty
Tags:

D13 flexible hose with 90° elbow and FF30 fitting — 3/4 × 1/2 connection

Flexible hose with an integrated elbow for tight plumbing connections, offering a D13 profile and FF30 fitting with 3/4x1/2 thread for connecting fixtures and appliances.

Key Benefits


    Space-saving 90° elbow for installations with limited clearance
  • Flexible design eases alignment during installation
  • D13 profile suitable for compact plumbing runs
  • FF30 fitting ensures a defined connection interface
  • 3/4x1/2 thread compatibility for common fixture pairings
  • Reduces stress on fixed pipework by allowing slight movement

Applications

Designed for plumbing connections where an angled, flexible link is required.


    Connecting washbasin or sink mixers
  • Under-sink tight-space installations
  • Linking water heaters or boilers to supply lines
  • Appliance inlet connections (dishwasher, washing machine)
  • Replacing rigid fittings with a flexible elbow connection

What to Consider When Choosing


    Verify connection threads — this model is 3/4x1/2
  1. Confirm the elbow orientation and whether a 90° angle suits the space
  2. Check the D13 profile fits the intended routing and clamps
  3. Ensure the FF30 fitting matches your fixture or adapter
  4. Assess access for installation and any necessary seals or tape

Specifications


    Product type: Flexible hose with elbow
  • Diameter/profile: D13
  • Elbow designation: 90^718
  • Fitting: FF30
  • Connection size: 3/4X1/2

Why Buy from SityPro


    Easy to buy online at SityPro with clear product features and information
  • Competitive price listings and straightforward ordering
  • Fast delivery options to Estonia and Finland
  • Customer support for selection and compatibility questions
  • Convenient returns and secure payment methods for peace of mind

Description provided by sitypro.com

Flexible hose with elbow D13 90° 718 FF30, 3/4 x 1/2
Write a review
Related Products

Also looking for

rempro rempro-mobile

Frequently asked questions about the Гибкая подводка с угол. D13 90^ 718 FF30, 3/4X1/2

What is the Flexible hose with elbow D13 90° 718 FF30, 3/4 x 1/2 and what is it used for?

Flexible hose with elbow D13 90° 718 FF30, 3/4 x 1/2 is a D13-profile flexible plumbing hose with an integrated 90° elbow and FF30 fitting featuring 3/4×1/2 thread. It’s used for connecting mixers, sinks, boilers and appliances where a compact angled connection is needed.

Is this model suitable for connecting to a mixer with 1/2 thread?

Yes. The 718 FF30 with 3/4×1/2 transition is compatible with fixtures that have a 1/2 thread, provided the mating connection matches the 3/4 side.

Can the D13 flexible hose be used in tight access areas?

Yes. The 90° elbow design and D13 diameter are intended for compact installations, making alignment and fitting easier under sinks and behind appliances.

What pressure is the D13 hose rated for — is it suitable for domestic water?

The description states it’s intended for water supply to fixtures and appliances, so it’s suitable for typical domestic water pressures. For exact pressure ratings confirm with manufacturer MAGMA for model MA1061492SP.

What materials are the hose and fittings made of?

The product description does not specify materials, only the D13 profile and FF30 fitting. For material details (brass, stainless steel, or plastic) check manufacturer MAGMA’s technical datasheet for model MA1061492SP.

Is this hose suitable for connecting a washing machine or dishwasher?

Yes, the product lists appliance connections (washing machines and dishwashers) as applications if the appliance fittings match 1/2 thread and the hose other end is 3/4. Confirm your appliance inlet thread is 1/2.

How does model 718 FF30 differ from other flexible hoses?

Model 718 FF30 features an integrated 90° elbow, D13 profile and a 3/4×1/2 (FF30) thread transition, making it better suited for tight-space angled installations compared with straight hoses.

Do I need additional adapters to connect to a boiler?

Usually no adapter is needed if the boiler has a standard 1/2 or 3/4 thread compatible with the 3/4×1/2 transition. For non‑standard threads you will need a suitable adapter — check the boiler thread before buying.

How do I correctly install the D13 90° elbow flexible hose?

Install without sharp bends or twisting: connect the 3/4 and 1/2 ends and tighten the fittings with a suitable wrench until the seal seats. Test for leaks under pressure and retighten slightly if needed, following manufacturer torque guidance.

Is the hose compatible with pipe diameters other than D13?

The hose is designed around the D13 profile, so best compatibility is with D13 systems; other diameters will require adapters or a different hose size. Match both diameter and thread when selecting a hose.

Google reviews

See all reviews
//$('#buy_1click').mask("+39999999999",{placeholder:"+3__________"}); //$('#buy_1click').attr('placeholder', 'XXXXXXXXXX'); }); $('#btn_buy_1click').click(function () { var prefix = $('.iti__country.iti__active').data('dial-code'); $('input[name="phone_prefix"]').val(prefix); var answer = checkPhone($(this)); var emailAnswer = validateEmail($('input[name="buy1click_email"]').val()); if(answer != false && emailAnswer != false) { $.ajax({ url: 'index.php?route=extension/module/one_click/add', type: 'post', data: $('input[name=\'phone_prefix\'],input[name=\'phone\'], input[name=\'buy1click_email\'], input[name=\'product_id\'], input[name=\'quantity\']'), dataType: 'json', beforeSend: function () { $('#btn_buy_1click').attr('disabled', 'disabled'); }, success: function (json) { if (json) { $.magnificPopup.open({ items: { src: '
' + '
' + json['popup_heading'] + '
' + '
' + json['popup_order'] + '
' + '
' + json['popup_phone'] + '
' + '
', type: 'inline' }, showCloseBtn: true }); $('#btn_buy_1click').attr('disabled', false); $('#buy_1click').val(''); } } }) } }); function checkPhone(phone_input) { var phone = $('#buy_1click').val(), input = $('#buy_1click'); checker = true; if(!phone){ input.effect('highlight', {color: '#f00'}, 500); checker = false; } else if(/[^0-9-+ (|)]/.test(phone) || phone.length < 7) { input.effect('highlight', {color: '#f00'}, 500); checker = false; } else { } if(checker != true) { return false; } } function validateEmail($email) { var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/; if ($email == '') { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else if (emailReg.test( $email ) == false) { $('input[name="buy1click_email"]').effect('highlight', {color: '#f00'}, 500); return false; } else { return true; } } $('#buy_1click').attr('placeholder', '5ххххххх');